From d2eb60a9736dfb02a7d19bc1296db58fd34be9d0 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 7 Feb 2017 22:50:50 -0800 Subject: [PATCH] Correct capitalization of GitLab --- src/doc/manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8ee88efe2..0a1a52cd4 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -142,7 +142,7 @@ license = "..." license-file = "..." # Optional specification of badges to be displayed on crates.io. The badges -# currently available are Travis CI, Appveyor, and Gitlab latest build status, +# currently available are Travis CI, Appveyor, and GitLab latest build status, # specified using the following parameters: [badges] # Travis CI: `repository` is required. `branch` is optional; default is `master` @@ -151,7 +151,7 @@ travis-ci = { repository = "...", branch = "master" } # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } -# Gitlab: `repository` is required. `branch` is optional; default is `master` +# GitLab: `repository` is required. `branch` is optional; default is `master` gitlab = { repository = "...", branch = "master" } ``` -- 2.30.2